home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / mycutepets.swf / scripts / DefineSprite_690 / frame_1 / DoAction.as
Text File  |  2008-03-17  |  234b  |  16 lines

  1. stop();
  2. if(!init)
  3. {
  4.    gotoAndStop(100 - val + 1);
  5.    addProperty("val",function()
  6.    {
  7.       return 100 - (_currentframe - 1);
  8.    }
  9.    ,function(num)
  10.    {
  11.       gotoAndStop(100 - num + 1);
  12.    }
  13.    );
  14.    init = true;
  15. }
  16.